testsuite/gtk/filterlistmodel.c: Avoid GCCism
authorChun-wei Fan <fanc999@yahoo.com.tw>
Tue, 9 Oct 2018 08:24:15 +0000 (16:24 +0800)
committerChun-wei Fan <fanc999@yahoo.com.tw>
Tue, 9 Oct 2018 08:26:36 +0000 (16:26 +0800)
commitcebf5ed46cc326fd4eacfc434e83d1b581cff1f9
tree48b44dbbe90acc72c5a07e422eeab46ef7d58e47
parent1ca906008ecfd94077a0fe1c607f13a8de83d4b8
testsuite/gtk/filterlistmodel.c: Avoid GCCism

Pointer arithmetic on gpointers (void *) is a GCCism, so avoid that by
being more explicit with things.
testsuite/gtk/filterlistmodel.c